home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / david.swf / scripts / DefineButton2_979 / BUTTONCONDACTION on(keyPress Enter).as
Encoding:
Text File  |  2007-03-28  |  221 b   |  7 lines

  1. on(keyPress "<Enter>"){
  2.    streng = "tips.php?namn=" + _root.namn + "&epost=" + _root.tipsepost + "&fra=" + _root.tipserepost;
  3.    loadVariablesNum(streng,0);
  4.    _root.maal = 10;
  5.    _root.crossfade.gotoAndPlay(2);
  6. }
  7.